From a386f353cb5b0834bfc51c8a64ecc1c9c750c573 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 2 Oct 2009 17:21:27 +0000 Subject: [PATCH] Work around Legend H bugs for Mac and Linux. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3802 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/jeeps/gpslibusb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/jeeps/gpslibusb.c b/gpsbabel/jeeps/gpslibusb.c index 3833c3b96..357da9121 100644 --- a/gpsbabel/jeeps/gpslibusb.c +++ b/gpsbabel/jeeps/gpslibusb.c @@ -349,6 +349,7 @@ garmin_usb_start(struct usb_device *dev, libusb_unit_data *lud) // feeling there are more affected models either // on the market or on the way. case 695: break; // Venture HC + case 957: break; // Legend H case 285: break; // GPSMap 276C/4.80 case 402: break; // GPSMap 396C/4.50 default: gusb_syncup(); -- 2.30.2